MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Load Method / Load(Stream,IImageConverterService) Method
The stream.
Service that converts image data from one format to another.

In This Topic
Load(Stream,IImageConverterService) Method
In This Topic
Loads document from the specified System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As Stream, _
   ByVal imageConverterService As IImageConverterService _
) 
 

Parameters

stream
The stream.
imageConverterService
Service that converts image data from one format to another.
See Also